public static interface InterfaceComponent.InvocationListener
Callback interface used by
reportAndCallback().
| Method Summary | |
|---|---|
void |
handleError(CompilerException error)
Called by reportAndCallback()
if the code did not compile. |
void |
handleResult(Object value)
Called by reportAndCallback()
if the request completes successfully. |
| Method Detail |
|---|
void handleResult(Object value)
reportAndCallback()
if the request completes successfully.
void handleError(CompilerException error)
reportAndCallback()
if the code did not compile.